-
Notifications
You must be signed in to change notification settings - Fork 553
Add QMEU to goreleaser #2936
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add QMEU to goreleaser #2936
Conversation
432a179
to
69ba4c5
Compare
I've tested it here, binaries were built successfully, job failed due to missing credentials. This PR should be good to go. |
Left the experiment env var in, should have removed it. |
Works fine without the experimental env var. |
.github/workflows/goreleaser.yaml
Outdated
- name: Set up QEMU | ||
uses: docker/setup-qemu-action@v2 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, this is needed due to support different platforms, or??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Or to make docker happy?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both. Right now the release workflow is failing because docker isn't pulling the correct image architecture and QEMU will help that.
I agree with @m1kola that this doesn't need to be run on PR.
/lgtm /appove |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: awgreene, tmshort The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This commit updates the goreleaser github action to install QMEU to support emulation of multiple architectures. Signed-off-by: Alexander Greene <[email protected]>
I'm assuming you did a rebase. |
No description provided.